FCM Service
-
Global factory const which can be used to create a
FCMServiceClientwith aStitchAppClient. Pass intoStitchAppClient.serviceClient(fromFactory:withName)to get an `FCMServiceClient.Declaration
Swift
public let fcmServiceClientFactory: AnyNamedServiceClientFactory<FCMServiceClient> -
The FCM service client, which can be used to send push notifications to other users via MongoDB Stitch.
See moreDeclaration
Swift
public protocol FCMServiceClient
-
Global factory const which can be used to create a
FCMServicePushClientwith aStitchPush. Pass intoStitchPush.pushClient(fromFactory:withName)to get an `FCMServicePushClient.Declaration
Swift
public let fcmServicePushClientFactory: AnyNamedPushClientFactory<FCMServicePushClient> -
The FCM service push client.
See moreDeclaration
Swift
public protocol FCMServicePushClient
FCM Service Reference